Macrosยง
- The main macro of the ascent library. Allows writing logical inference rules similar to Datalog.
- Similar to
ascent
, allows writing logic programs in Rust. - Like
ascent
, except that the result of anascent_run
invocation is a value containing all the relations defined inside the macro body, and computed to a fixed point. - The parallelized version of
ascent_run